Create(int, OutputDevice)

Method

Namespace: Vox

Declared in: Vox.SoundBufferFactory


Creates the specified count of sound output buffers for the specified device.

Syntax

public static SoundBuffer[] Create(
	int count,
	OutputDevice device
)

Back to index